home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / libgsecuredelete0 / README < prev    next >
Encoding:
Text File  |  2011-05-15  |  1.1 KB  |  46 lines

  1. ================
  2. libgsecuredelete
  3. ================
  4.  
  5. libgsecuredelete is a GObject wrapper library for the secure-delete
  6. tools (srm, sfill, sswap and smem), aiming to ease use of these tools
  7. from programs by providing a simple but complete API to invoke them.
  8.  
  9. Build dependencies
  10. ==================
  11.  
  12. To build this library you will need:
  13.  
  14. * A C compiler (such as gcc)
  15. * make
  16. * autoconf
  17. * libtool
  18. * pkg-config
  19. * GLib 2 (libglib2.0, some distributions might have a separate
  20.   libgobject2.0)
  21.  
  22. If you want to build the development version, you will need
  23. valac >= 0.11.1.  Note that the current build system cannot work
  24. correctly if a Vala compiler is installed but at a too old version, even
  25. though having no Vala compiler at all is perfectly fine when building
  26. from tarballs.
  27.  
  28. Dependencies
  29. ============
  30.  
  31. In addition to the build dependencies, you will need the following
  32. extra packages for the library to work properly:
  33.  
  34. * secure-delete
  35.  
  36. Quick installation instructions
  37. ===============================
  38.  
  39. ::
  40.  
  41.   $ ./configure
  42.   $ make
  43.   # make install
  44.  
  45. For more detailed instructions and options, read INSTALL.
  46.